PATH 
Mac OS 8 and 9 Developer Documentation > Text and Other International Services > Apple Type Services for Unicode Imaging (ATSUI) > Apple Type Services for Unicode Imaging Reference

     

ATSUDisposeStyle

Disposes of a style object.

OSStatus ATSUDisposeStyle (ATSUStyle iStyle);
iStyle
A reference of type ATSUStyle. Pass a reference to the style object you want to dispose of. You cannot pass NULL for this parameter.

function result
A result code. See Result Codes.
DISCUSSION
The ATSUDisposeStyle function only frees memory associated with the style object and its internal structures, including style run attributes. ATSUDisposeStyle does not dispose of the memory pointed to by application-defined style run attributes or reference constants. You are responsible for doing so.

VERSION NOTES
Available beginning with ATSUI 1.0.


© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)